Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
MySQL Tutorial
1) Aggregate Functions
2) Cast Functions Operators
3) Comparison Functions Operators
4) Control Flow Functions
5) Cursor
6) Data Dictionary
7) Data Types
8) Database
9) Date Time Functions
10) Encryption Compression Functions
11) Information Functions
12) Insert Update Delete
13) Introduction
14) Logic Operator
15) Math Numeric Functions
16) Miscellaneous Functions
17) MySQL Utilities
18) Privilege
19) Procedure Function
20) Regular Expressions
21) Select Query
22) String Functions
23) Subquery
24) Table
25) Table Join
26) Trigger
27) View
Information Functions
1) BENCHMARK(count,expr) executes the expression expr repeatedly count times
2) CHARSET(str)
3) Check MySQL version in function
4) COERCIBILITY(str) returns the collation coercibility value of the string argument
5) COLLATION(str) returns the collation of the string argument
6) CONNECTION_ID() returns the connection ID (thread ID) for the connection
7) CURRENT_USER() returns the username and hostname This account determines your access privileges
8) DATABASE() returns the default (current) database name
9) FOUND_ROWS()
10) In the absence of the SQL_CALC_FOUND_ROWS option, FOUND_ROWS() returns the number of rows in the result set
11) Information Functions
12) LAST_INSERT_ID() returns the first automatically generated value set for an AUTO_INCREMENT column
13) LAST_INSERT_ID(expr)
14) ROW_COUNT() returns the number of rows updated, inserted, or deleted by the preceding statement
15) Save returning value from FOUND_ROWS() to a variable
16) SCHEMA() is a synonym for DATABASE()
17) SELECT CHARSET(CONVERT(abc USING utf8))
18) SELECT CHARSET(USER())
19) SELECT COERCIBILITY(abc)
20) SELECT COERCIBILITY(USER())
21) SELECT COLLATION(_utf8abc)
22) SESSION_USER() is a synonym for USER()
23) SYSTEM_USER() is a synonym for USER()
24) To extract only the username part
25) USER() returns the current MySQL username and hostname
26) VERSION() returns a string that indicates the MySQL server version